From abc59a9600b5c295729d94f333f053be52470650 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 25 Feb 2009 01:08:31 +0000 Subject: [PATCH] (ps-mule-begin-job): Don't call auto-compose-region. --- lisp/ps-mule.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index ab180c5fb11..f7389104178 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1040,7 +1040,6 @@ Any other value is treated as \"/H0\"." (defun ps-mule-begin-job (from to) "Start printing job for multi-byte chars between FROM and TO. It checks if all multi-byte characters in the region are printable or not." - (auto-compose-region from to) (if (and (not (find-composition from to)) (save-excursion (goto-char from) -- 2.30.2